home *** CD-ROM | disk | FTP | other *** search
/ AMIGA-CD 2 / Amiga-CD - Volume 2.iso / ungepackte_daten / 1992 / 09 / 2 / window-machine / wm_source.ampk / WM_Include.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-01  |  419 b   |  25 lines

  1. #include <WM.h>
  2. #include <MyStructs.h>
  3. #include <Window.h>
  4. #include <IText.h>
  5. #include <Screen.h>
  6. #include <Gadget.h>
  7. #include <Border.h>
  8. #include <Prefs.h>
  9. #include <MS.h>
  10. #include <Menu.h>
  11. #include <Image.h>
  12. #include <Palette.h>
  13. #include <Requester.h>
  14.  
  15. VOID GetMessage(struct Window *w)
  16. {
  17.     struct IntuiMessage *msg;
  18.     class=NULL;
  19.     code=0;
  20.     Id=0;
  21.     if(msg = (struct IntuiMessage *)GetMsg(w->UserPort))
  22.         HolMsg(msg);
  23. }
  24.  
  25.